home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
x2ftp
/
msdos
/
libs
/
dcg301up
/
hostile.scr
< prev
next >
Wrap
Text File
|
1993-04-01
|
750b
|
25 lines
!
! File: HOSTILE.SCR
!
! Default hostile (monster) script..
!
! (c) DC Software, 1992
!
! Pending Enhancements
!
! - I've yet to come up with something useful to do with this script. A
! HOSTILE character is moved by the driver towards the player's party
! and attacks if they can get to a block adjacent to the party.
!
! I guess you could check the distance from the hostile character to
! the player and attack if it's within the range of the hostile's
! weapon range.
!
!------------------------------------------------------------------------!
:@TALK ! Talk to the character !
!------------------------------------------------------------------------!
writeln( "Don't talk! Fight or Run!" );
CONTINUE;